home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / sfw10 / gotow.dfm / gotow.txt
Text File  |  1995-12-22  |  1KB  |  74 lines

  1. object gotowin: Tgotowin
  2.   Left = 265
  3.   Top = 115
  4.   ActiveControl = OKBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Go To'
  8.   ClientHeight = 93
  9.   ClientWidth = 212
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnCreate = FormCreate
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 6
  22.     Top = 6
  23.     Width = 198
  24.     Height = 45
  25.     Shape = bsFrame
  26.     IsControl = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 26
  30.     Top = 24
  31.     Width = 84
  32.     Height = 13
  33.     Caption = 'Go To Line # :'
  34.   end
  35.   object OKBtn: TBitBtn
  36.     Left = 24
  37.     Top = 55
  38.     Width = 77
  39.     Height = 27
  40.     Hint = 'Cliick here when ready'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.     TabOrder = 1
  44.     OnClick = OKBtnClick
  45.     Kind = bkOK
  46.     Margin = 2
  47.     Spacing = -1
  48.     IsControl = True
  49.   end
  50.   object CancelBtn: TBitBtn
  51.     Left = 109
  52.     Top = 56
  53.     Width = 77
  54.     Height = 27
  55.     Hint = 'Click here to cancel'
  56.     ParentShowHint = False
  57.     ShowHint = True
  58.     TabOrder = 2
  59.     Kind = bkCancel
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object MaskEdit1: TMaskEdit
  65.     Left = 118
  66.     Top = 21
  67.     Width = 43
  68.     Height = 20
  69.     EditMask = '99999;0;'
  70.     MaxLength = 5
  71.     TabOrder = 0
  72.   end
  73. end
  74.